Scenario #5101: Query Subscription Relations of Given Person

Properties

Required

Given

name value
personUuid 3029ef4b-ab91-429d-855b-26a8bedcef6e
relationType SUBSCRIBER

Query Relations

HTTP GET "/api/hs/office/relations?personUuid=3029ef4b-ab91-429d-855b-26a8bedcef6e&relationType=SUBSCRIBER" // Person: Test AG \
  -H "Authorization: Bearer $HSADMINNG_JWT_BEARER" \
  `# {` \
  `#   "sub" : "uuid<hsh-alex_superuser>"` \
  `# }`
=> status: 200 OK 
[ {
  "uuid" : "8d0c6f01-8944-45c1-a3ca-3afab499b098", // Subscription: Michael Miller to operations-discussion
  "anchor" : {
    "uuid" : "3029ef4b-ab91-429d-855b-26a8bedcef6e", // Person: Test AG
    "personType" : "LEGAL_PERSON",
    "tradeName" : "Test AG",
    "salutation" : null,
    "title" : null,
    "givenName" : null,
    "familyName" : null
  },
  "holder" : {
    "uuid" : "4023f949-de5c-4708-b1fa-fddbfacab1c7", // Person: Michael Miller
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michael",
    "familyName" : "Miller"
  },
  "type" : "SUBSCRIBER",
  "mark" : "operations-discussion",
  "contact" : {
    "uuid" : "a333a58f-f2ce-454b-9d86-b26d31f7d700", // Contact: michael.miller@example.org
    "caption" : "Michael Miller",
    "postalAddress" : { },
    "emailAddresses" : {
      "main" : "michael.miller@example.org"
    },
    "phoneNumbers" : { }
  }
} ]

generated on 2026-08-10 03:08:33 for branch HEAD